File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change 1515# You should have received a copy of the GNU Affero General Public License
1616# along with this program. If not, see <https://www.gnu.org/licenses/>.
1717
18+ # This program is free software: you can redistribute it and/or modify
19+ # it under the terms of the GNU Affero General Public License as published
20+ # by the Free Software Foundation, either version 3 of the License, or
21+ # (at your option) any later version.
22+
23+ # This program is distributed in the hope that it will be useful,
24+ # but WITHOUT ANY WARRANTY; without even the implied warranty of
25+ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
26+ # GNU Affero General Public License for more details.
27+
28+ # You should have received a copy of the GNU Affero General Public License
29+ # along with this program. If not, see <https://www.gnu.org/licenses/>.
30+
1831if [ " $( id -u) " -ne 0 ]; then
1932 echo -e " \e[31mERROR: Not root user\e[0m"
2033 exit 1
You can’t perform that action at this time.
0 commit comments