Преглед на файлове

Misprint in gogs command with crontab

DricomDragon преди 5 години
родител
ревизия
92aae5e031
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      Guides/gogs.md

+ 1 - 1
Guides/gogs.md

@@ -43,7 +43,7 @@ Please launch gogs as gituser.
 
 Find the script to start gogs programmatically in `Install/Templates/startgogs` in this repository. Put at the root of your gogs installation. Then, as _gituser_ :
 
-`crontab -e`
+`$ crontab -e`
 
 And add the line : `@reboot /home/gituser/gogs/startgogs`