File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
storage/build_tools/DEBIAN Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -276,9 +276,9 @@ sed -i "s/post_max_size.*/post_max_size = 100M/g" /etc/php/7.3/fpm/php.ini
276
276
277
277
# Liman Helper Bash Function
278
278
sed -i ' /liman/d' /etc/profile
279
- echo " function liman(){ sudo runuser liman -c \" php /liman/server/artisan \$ 1\" ; }" | tee --append /etc/profile
279
+ echo " function liman(){ sudo runuser liman -c \" php /liman/server/artisan \$ 1\" ; }" | tee --append /etc/profile > /dev/null 2> /dev/null
280
280
sed -i ' /liman/d' /root/.profile
281
- echo " function liman(){ sudo runuser liman -c \" php /liman/server/artisan \$ 1\" ; }" | tee --append /root/.profile
281
+ echo " function liman(){ sudo runuser liman -c \" php /liman/server/artisan \$ 1\" ; }" | tee --append /root/.profile > /dev/null 2> /dev/null
282
282
source /etc/profile
283
283
284
284
# Prepare Folders for vnc
@@ -322,5 +322,5 @@ php /liman/server/artisan optimize:clear
322
322
php /liman/server/artisan up
323
323
324
324
# Finalize Installation
325
- printf " \nKurulum Başarıyla Tamamlandı\n\nYönetici Hesabı oluşturmak yada şifrenizi yenilemek için aşağıdaki komutu çalıştırabilisiniz\n\n\n"
326
- printf " liman administrator\" \ n\n\n"
325
+ printf " \nKurulum Başarıyla Tamamlandı! \n\nYönetici Hesabı oluşturmak yada şifrenizi yenilemek için aşağıdaki komutu çalıştırabilisiniz\n\n\n"
326
+ printf " source /etc/profile; liman administrator\n\n\nDestek için liman.havelsan.com.tr adresini ziyaret edebilirsiniz. \n"
You can’t perform that action at this time.
0 commit comments