Search found 1 match
- Mon Nov 02, 2020 12:20 pm
- Forum: CLI
- Topic: Cron problem
- Replies: 1
- Views: 18073
Cron problem
hi there, first of all thanks for your greate work i'm using a bash script to create new user code: #!/bin/bash PATH=$PATH:$HOME/bin PATH=$PATH:/usr/local/vesta/bin v-add-user apiUser21 p@sSWorb apiUser21@m.com if i run this code by sh [filename.sh] it'll work without any problem but when running it...