Quantcast
Channel: FiveTech Software tech support forums
Viewing all articles
Browse latest Browse all 26212

macexec with variable

$
0
0
Hello Mastintin, Thanks for your suggestion, but this does not work. What I want is the following: I use packages to make a pkg from my app. This pkg installs the program in folder programs and databases in folder users/shared/plantenkennis. Now I want to run a .sh script which makes folder plantenkennis in users/$user and move the files from shared to $user. I have a script (MoveFilesLite.sh) with all the commands in it. It runs perfect in command tool, but when I implement it in the packages app, the pkg gives an error. The reason is that packages expect a 0 as return after the .sh script. I don't know how to do this, so i thought is I run the MoveFileLite.sh from my app the first time it is launched it would solve the problem. But if I run TaskExec( "/bin/sh", "MoveFilesLite.sh", ), nothing happens? My MoveFilesLite.sh script: [code=fw:1gkuxxtc][/code:1gkuxxtc]

Viewing all articles
Browse latest Browse all 26212

Trending Articles